Specifies the field information for your selected fields.
選択したフィールドのフィールド情報を指定します。
Select a field in order to edit the field information.
フィールド情報を編集するフィールドを選択します。
Remove the selected field from the list box.
選択したフィールドをリストボックスから削除します。
Add a new data field to the list box.
新しいデータフィールドをリストボックスに追加します。
Displays the name of the selected data field. If you want, you can enter a new name.
選択したデータフィールドの名前を表示します。ここでは、新しい名前も入力できます。
Select a field type.
フィールドの種類を選択します。
If set to Yes, the values for this data field are generated by the database engine.
はいに設定されている場合、このデータフィールドはデータベースエンジンによって生成されます。
If set to Yes, this field must not be empty.
Yes に設定した場合、このフィールドは空にしないでください。
Specifies the number of characters for the data field.
データフィールドの文字数を指定します。
Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields.
データフィールドの小数位を指定します。このオプションは、数値または 10 進値のデータフィールドにのみ使用可能です。
Specifies the default value for a Yes/No field.
Yes/No フィールドの標準値を指定します。
Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field:
データソースに対して、指定した Integer 型のデータフィールドを自動増分するよう指示する SQL コマンド指定子を入力します。たとえば、次の MySQL 文では、この文でデータフィールドが作成されるたびに、「id」フィールドを増分するよう、AUTO_INCREMENT 文によって指定されています。
CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)
CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)
For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box.
この例の場合、「Auto-increment statement」ボックスに AUTO_INCREMENT を入力する必要があります。
Table Wizard - Set primary key
テーブルウィザード - プライマリキーの設定